home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software USA 4 #11
/
Software USA Volume 4.11.iso
/
mac
/
Educational
/
mac06
/
usr
/
include
/
stddef.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-08-01
|
242 b
|
17 lines
|
[
TEXT/SPM
]
/* mac06©1997,98 by HNS/DSITRI hns@computer.org
** stddef.h
*/
#pragma once
#include "size_t.h"
#include "wchar_t.h"
#ifndef NULL
#define NULL (0)
#endif
#define offsetof(s, x) (ptrdiff_t) &(((s *) 0)->x)
typedef int ptrdiff_t;
/* EOF */